home *** CD-ROM | disk | FTP | other *** search
/ Stuart Little 2 Press Kit / Stuart Little 2 Press Kit.iso / pc / SL2.dxr / Internal_2_QT_Check.ls < prev    next >
Encoding:
Text File  |  2002-06-24  |  99 b   |  8 lines

  1. on exitFrame me
  2.   if QuickTimeVersion() < 5 then
  3.     go("DLQT")
  4.   else
  5.     go("Star")
  6.   end if
  7. end
  8.